home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / savethumbnailsoff.ifx.post < prev    next >
Text File  |  2004-08-03  |  435b  |  24 lines

  1. /*
  2.  * $VER: SaveThumbnailsOff.ifx.post 2.5 (11.04.96)
  3.  * Copyright © 1992-1996 Nova Design, Inc.
  4.  * Written by Thomas Krehbiel
  5.  *
  6.  * Turn off saving thumbnails with files.
  7.  *
  8.  * Inputs:
  9.  *    Word(Arg(1),1) = Sequence number
  10.  *    Word(Arg(1),2) = Total number of frames (N)
  11.  *
  12.  * Returns:
  13.  *    0 if successful, non-zero on failure
  14.  *
  15.  */
  16.  
  17. OPTIONS RESULTS
  18.  
  19. previous = GETCLIP('AutoFX_STO_Previous')
  20.  
  21. SetPrefs SaveNails previous
  22.  
  23. EXIT
  24.